This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 736
feat: OpenAI Image Generation Tool #628
Merged
anoopshrma
merged 10 commits into
run-llama:main
from
EmanuelCampos:feat/openai-image-generation
Nov 18, 2023
Merged
feat: OpenAI Image Generation Tool #628
anoopshrma
merged 10 commits into
run-llama:main
from
EmanuelCampos:feat/openai-image-generation
Nov 18, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
) | ||
|
||
"""Initialize with parameters.""" | ||
self.client = OpenAI(api_key=api_key) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
api_key should probably be optional, since it could be in os.environ
logan-markewich
approved these changes
Nov 16, 2023
anoopshrma
approved these changes
Nov 16, 2023
logan-markewich
added a commit
that referenced
this pull request
Nov 22, 2023
* wip * wip * json * update readmes * update readmes * add zephyr query engine pack * added llama packs for llava completion * Update library.json * Update base.py * basic tests * fix gmail agent * llama pack implementation, documentation, and notebook * incorporate pr feedback * update readme * Create streamlit_app.py * Create requirements.txt * Create README.md * Add files via upload * Update README.md * wip * wip * wip * Update README.md * Update README.md * incorporate pr feedback * update format * fix streamlit * adding deeplake's packs * adding trailing lines in inits * Fix copy * fix copy * minor tweaks * add library json * add redis ingest * add to library * tests * linting * trulens packs * readme center title * readme header * title * cta in readme * update readme to 3 pack * md change * md change to readme * uncomment pip install * linting * linting * reqs * shorten readme * add library json * linting * linting * feat: OpenAI Image Generation Tool (#628) * feat: dall-e-3 * chore: remove checkpoints * lint * cr * chore: use multi-modal as an example * chore: delete checkpoint * chore: fix tests and lint * cr * lint * wip * first gradio chatbot up and running * streaming works * wip * get everything working with two tools * wip * wip * Add timescale vector auto retriever pack * update readme * update readmes * delay import * linting * update readme --------- Co-authored-by: wglantz <[email protected]> Co-authored-by: Wenqi Glantz <[email protected]> Co-authored-by: Alexander Song <[email protected]> Co-authored-by: Caroline Frasca (Lu) <[email protected]> Co-authored-by: Simon Suo <[email protected]> Co-authored-by: AdkSarsen <[email protected]> Co-authored-by: Josh Reini <[email protected]> Co-authored-by: Emanuel Ferreira <[email protected]> Co-authored-by: Andrei Fajardo <[email protected]> Co-authored-by: Matvey Arye <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Generate dall-e-3 images through text, and with agents
Next steps:
Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Suggested Checklist:
make format; make lint
to appease the lint gods